Delete objects versions and incomplete multipart uploads - #174
Conversation
…ests need fixing)
|
The style in this PR agrees with This formatting comment was generated automatically by a script in uc-cdis/wool. |
Integration Tests on Kind
|
Integration TestsFailed to Prepare CI environment Please find the Github Action logs here |
nss10
left a comment
There was a problem hiding this comment.
Just a few super minor comments, and this PR should be good to go.
Also, wondering why does the diff still show 11 files changed, I've made some updates to feat/s3Files that are not reflected in here. Maybe need to take a fresh pull from feat/s3Files?
There was a problem hiding this comment.
It is not defaulting to False anymore!
| Enable S3Files for the duration of the test, and reset the `ENABLE_S3_FILES` configuration | ||
| at the end of the test | ||
| """ | ||
| original_hostname = config["ENABLE_S3_FILES"] |
There was a problem hiding this comment.
Did you mean something like original_value instead of original_hostname?
There was a problem hiding this comment.
yes haha copy/paste leftover
Coverage Report for CI Build 30587100242Coverage increased (+0.8%) to 85.179%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions44 previously-covered lines in 4 files lost coverage.
Coverage Stats
💛 - Coveralls |
Integration Tests on Kind
|
…-objects-versions
| if config["ENABLE_S3_FILES"]: | ||
|
|
||
| # Bucket versioning is necessary for S3Files | ||
| enable_bucket_versioning(bucket_name) |
There was a problem hiding this comment.
FYI, there seems to be a redundancy -- I have moved the bucket versioning logic to
gen3-workflow/gen3workflow/aws/bucket.py
Lines 412 to 414 in a916223
There was a problem hiding this comment.
uh oh, bad merge, let me check that
Link to JIRA ticket if there is one:
New Features
Breaking Changes
Bug Fixes
Improvements
DELETE /storage/user-bucketandDELETE /storage/user-bucket/objectsendpoints to support deleting versions and incomplete multipart uploadsDependency updates
Deployment changes